home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6584
/
6584.xpi
/
chrome
/
flashvideodownloader
/
content
/
lic.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-06-24
|
796b
|
33 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window title="Flash Video Downloader License"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="FlashVDLic.loadData();"
>
<!-- onload="showGrid();" -->
<script type="application/x-javascript" src="lic.js"/>
<groupbox flex="1">
<caption label="Flash Video Downloader License" id="caption" />
<vbox flex="1">
<hbox flex="1">
<textbox id="lic" multiline="true" rows="20" cols="70" readonly="true" />
</hbox>
<hbox>
<button label="Accept" oncommand="FlashVDLic.writeOk();" />
<button label="Decline" oncommand="window.close();" />
</hbox>
</vbox>
</groupbox>
</window>